Skip to content
  • Sat. Dec 6th, 2025

Melfae Forest

A forest of cute and cuddly animals

  • Home
  • Sample Page
Top Tags
  • HTML-CSS-Course

Latest Post

Learning Go Language – Day 6 Learning Go Language – Day 5 Learning Go Language – Day 4 Learning Go Language – Day 3 Learning Go Language – Day 2
Uncategorized

Learning Go Language – Day 6

Sep 6, 2022 Levi
Uncategorized

Learning Go Language – Day 5

Sep 2, 2022 Levi
Uncategorized

Learning Go Language – Day 4

Sep 1, 2022 Levi
Uncategorized

Learning Go Language – Day 3

Aug 30, 2022 Levi
Uncategorized

Learning Go Language – Day 2

Aug 30, 2022 Levi
  • Latest
  • Popular
  • Trending
  • Uncategorized
    Learning Go Language – Day 6
  • Uncategorized
    Learning Go Language – Day 5
  • Uncategorized
    Learning Go Language – Day 4
  • Uncategorized
    Learning Go Language – Day 3
  • Uncategorized
    Learning Go Language – Day 6
  • Uncategorized
    Melfae Arts
  • Uncategorized
    Test 4
  • HTML-CSS-Course
    HTML/CSS Course – Day 1
  • Uncategorized
    Learning Go Language – Day 6
  • Uncategorized
    Learning Go Language – Day 5
  • Uncategorized
    Learning Go Language – Day 4
  • Uncategorized
    Learning Go Language – Day 3
Uncategorized

Learning Go Language – Day 6

Sep 6, 2022 Levi

Goroutines Creating Goroutines: - Use the "go" keyword in front of function call - When using anonymous functions, pass data as local variables Synchronization: - Use sync.WaitGroup to wait for…

Uncategorized

Learning Go Language – Day 5

Sep 2, 2022 Levi

Functions Basic syntax: - func foo() { ... } Parameters: - Comma delimited list of variable and types - func foo(bar string, baz int) - Parameters of same type list…

Uncategorized

Learning Go Language – Day 4

Sep 1, 2022 Levi

If-Statements If-Statements: - Initializers: Allows you to generate a statement to set-up for a comparison - Variables in an if-statement are block-scoped - Comparison operators (primarily for numeric types): -…

Uncategorized

Learning Go Language – Day 3

Aug 30, 2022 Levi

Maps - Collections of value types that are access via keys - Created via literals or via "make" function - Creation syntax: - name = map[type]type() - Alt creation =…

Uncategorized

Learning Go Language – Day 2

Aug 30, 2022 Levi

Primitives Booleans Booleans: - Values are true or false - NOT an alias for other types (I.E int) unlike in other programming languages - Zero value is false // Boolean…

Uncategorized

Learning Go Language – Day 1

Aug 29, 2022 Levi

Key features of the Go language: - Simplicity - Strong and statically typed - Fast compile times - Garbage collected, AKA you do not need to manage your own memory…

Uncategorized

JavaScript Quick Notebook Summary – Part 3

Jun 13, 2022 Levi

DOM & DOM Manipulation The DOM in JavaScript stands for Document Object Model, or a structured representation of HTML documents. The DOM also lets JavaScript access HTML elements and CSS…

Uncategorized

JavaScript Quick Notebook Summary – Part 2

Apr 22, 2022 Levi

Strict Mode In JavaScript, there is two modes you can initiate for the file: Default/Non-Strict Mode and Strict Mode. Default/Non-Strict Mode is unofficially referred to as “Sloppy Mode”, because Strict…

Uncategorized

JavaScript Quick Notebook Summary – Part 1

Apr 14, 2022 Levi

Fundamentals To import a Javascrpt (JS) file into an HTML file, you use the following in the <head> section: <script src="(the file name).js"></script> The Var, the Let, and the Const…

Uncategorized

Frontend Mentor Challenge Completed – QR Code

Feb 22, 2022 Levi

https://github.com/siempreahora/frontend-mentor-qr-code-challenge

Posts pagination

1 2 … 6

Recent Posts

  • Learning Go Language – Day 6
  • Learning Go Language – Day 5
  • Learning Go Language – Day 4
  • Learning Go Language – Day 3
  • Learning Go Language – Day 2

Recent Comments

No comments to show.

You missed

Uncategorized

Learning Go Language – Day 6

Sep 6, 2022 Levi
Uncategorized

Learning Go Language – Day 5

Sep 2, 2022 Levi
Uncategorized

Learning Go Language – Day 4

Sep 1, 2022 Levi
Uncategorized

Learning Go Language – Day 3

Aug 30, 2022 Levi

Melfae Forest

A forest of cute and cuddly animals

Proudly powered by WordPress | Theme: Newsup by Themeansar.

  • Home
  • Sample Page